ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportParameterInfo<T> Class / Value Property

In This Topic
    Value Property (ReportParameterInfo<T>)
    In This Topic
    Gets the value of the report parameter.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As T
    public T Value {get;}

    Property Value

    A T representing the value of the report parameter.
    See Also